role management without theme integration.
Laravel Framework 7.30.4

check the link 

https://www.itsolutionstuff.com/post/laravel-6-user-roles-and-permissions-from-scratch-laravel-6-aclexample.html


product.index
<!-- @foreach($users as $item)--
              <tr>
                  <td>{{$item->product_id}}</td>
                  <td>{{$item->name}}</td>
                  <td><button>Edit</button></td>
                </tr>
                @endforeach-->

            
